Dekoratives Banner

OutputModule Object


    app.project.renderQueue.item(index).outputModule(index)

Description

    The outputModule object of renderQueueItem generates a single file or sequence via a render, and contains attributes and methods relating to that file to be rendered. It returns an Output Module with the given index number. The indexed items are numbered beginning with 1.

Methods

    remove()

    see OutputModule remove() Method

    removes the Output Module

    saveAsTemplate()

    see OutputModule saveAsTemplate() Method

    saves a new Output ModuleTemplate with the given name

    applyTemplate()

    see OutputModule applyTemplate() Method

    applies a pre-set Output Module Template

Attributes

    file

    see OutputModule file Attribute

    the path and name of the file to be rendered

    postRenderAction

    see OutputModule postRenderAction Attribute

    one of the postRenderAction types

    name

    see OutputModule name Attribute

    the name of the Output Module as presented to the user

    templates

    see OutputModule templates Attribute

    array of all Output Module templates